home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / DORWAY.ZIP / DWCOMM.DOC < prev    next >
Text File  |  1993-08-31  |  6KB  |  106 lines

  1.                            DWCOMM DOCUMENTATION
  2.  
  3. This program is included with DOORWAY to serve as the REMOTE communications
  4. program with DOORWAY.  This program is NOT intended to be an all around
  5. COM program.  For complete communications capability continue to use QMODEM
  6. or your favorite COM program.  
  7.  
  8. You are licensed to use up to 5 copies of this program for each copy of
  9. DOORWAY. Site licences are available. In conjunction with DOORWAY and DWHOST,
  10. it is intended to allow easy access to a DOORWAY remote system.
  11.  
  12. MAIN MENU
  13.  
  14. When DWCOMM is run a menu will pop up.  This is the command menu.  For first
  15. time operation, select the C)onfigure selection, and verify or change the
  16. fields as necessary (see the configuration section below).
  17.  
  18. Buffer - Entering a "B" will switch the capture buffer on and off.  The capture
  19.          buffer name is in the configuration menu.  Note that the ANSI
  20.          sequences will be included in the file, so to view the capture file
  21.          later will require a DOS type command, or an ANSI editor.
  22.  
  23. Config - Configure the com program for the correct com port, speed, capture
  24.          filename, number to dial, and modem initialization string.  Press
  25.          ESC to exit.  Upon exiting you will receive the options of quitting
  26.          without saving new configuration information, exiting and saving the
  27.          information, or continueing with the configuration. Switch between
  28.          TOUCH TONE and PULSE dialing by entering an ALT T and ALT P.
  29.  
  30. Dial   - Dial the number from the configuration file.  If the number is blank
  31.          DWCOMM will ask for the number to dial.  To abort enter ESC.
  32.  
  33. Init   - Initialize the modem by sending it the initialization string from
  34.          the configuration file.  This function is called automatically when
  35.          the program is first brought up.
  36.  
  37. Receive- Run the batch file DWR.BAT.  This batch file should be set up to
  38.          allow the transfer protocol of choice to be run.  The included batch
  39.          file is to use DSZ for ZMODEM.
  40.  
  41. Send   - Run the batch file DWS.BAT.  This batch file should be set up to
  42.          allow the transfer protocol of choice to be run.  The included batch
  43.          file is to use DSZ for ZMODEM.
  44.  
  45. Term   - Terminal mode. This mode is entered automatically after a Dial also.
  46.          When in this mode all keystrokes go to the modem, and all characters
  47.          received from the modem will be displayed.  ANSI is emulated.  To
  48.          return to the MENU press both SHIFT keys at once.
  49.  
  50. Xfer   - Xfer using DWXFER.  This will bring up the DWXFER window, allowing
  51.          you to use this windowed interface for transferring files.
  52.  
  53. Quit   - Quit DWCOMM and return to DOS.
  54.  
  55. CONFIGURATION MENU
  56.  
  57. COM PORT  This allows you to select the appropriate port.  Enter COM:1, COM:2,
  58.           COM:3, COM:4 for a standard com port.  Enter LOCAL for local testing.
  59.           Enter PORT:XXXX:Y where XXXX is the hexidecimal base address of the
  60.           com port, and Y is the irq (1-9) for non-standard ports.
  61.  
  62. CAPTURE   This is the name you wish the capture file to be written to.  It is
  63.           toggled on and off by the main menu "B" entry.
  64.  
  65. BAUD RATE This is the opening BAUD rate you wish to use with the modem.
  66.           Normally this is the highest rate the modem will work at.  Not
  67.           recommend to set above 38400.
  68.  
  69. LOCK PORT When the modem connects it will return a CONNECT string.  Some
  70.           modems require the baud rate to be changed to the rate indicated
  71.           in the connect string.  Other modems require the rate to be set at
  72.           and remain at the initial setting.  Selecting YES will prevent
  73.           the rate from dropping to the rate indicated in the CONNECT message.
  74.  
  75. INIT STRG This is the string sent to the modem when the program is brought up,
  76.           and when Initialize modem is selected from the main menu.
  77.  
  78. NUM DIAL  This is the number dialed when "D" is selected at the main menu.
  79.           If this field is left blank, the user is prompted for the number
  80.           to dial.  Once the number is dialed, the program will wait for a
  81.           CONNECT from the modem, then switch into the TERMINAL mode.  If BUSY
  82.           or other error occurs, will redial number.
  83.  
  84. LPT1-LPT3 DOORWAY has the ability to redirect printer outputs when a /Y:R is
  85.           included in the command line.  When the printer information is
  86.           received by the remote, it is tagged as to whether it is going to
  87.           lpt1, lpt2, or lpt3.  This allows you to have 0 to 3 printers on
  88.           the remote end, and control where the redirection goes.  For instance
  89.           if you only have one printer on the remote, all 3 could go to LPT1,
  90.           or PRN.  If you have no printer, you could put a filename in the
  91.           entry, and all printer output will be written to the disk.  And
  92.           if you have 3 printers on the remote, each will respond seperately
  93.           and properly.  This feature is available only if DWCOMM is use.
  94.  
  95. COMMAND LINE PARAMETERS
  96.  
  97. DWCOMM can be executed with several command line switchs.  The following
  98. switchs are available:
  99.  
  100. A - Use ANSI for cursor keys instead of DOORWAY codes.  Switchs automatically
  101.     to DOORWAY mode when you enter DOORWAY, and back to ANSI when you leave.
  102. B - Use BIOS calls, for Digiboard and Fossil support.
  103. C - Automatically exits upon carrier loss.
  104. R - Force use of regular keyboard calls, even if an enhanced keyboard is
  105.     detected.
  106.